Contents ButtonIndex Button

WebCD Globe Omitting/Inserting HTML in the Packager Process


You can control which HTML statements will be processed by the WebCD Packager. Once you have used the Packager awhile, you may want to omit certain portions of an HTML document from the retrieval process. By the same token, you may want to include some HTML that is only active when being processed by the Packager. These functions are controlled by the following two Packager constructs:

WCD Cut Omits HTML from the Packaging process.

WCD Insert Includes HTML in the Packaging process, but excludes it from normal browser operations.

To use WCD Cut: Enclose the HTML that you wish to omit from the Packaging process between the following two comment lines:

<!--WCD_CUT-->

HTML to exclude

<!-- /WCD_CUT -->

To use WCD Insert: Place all the HTML you wish to insert in the WCD Insert comment block of the following format:

<!--WCD_INSERT

HTML to insert

. . . -->

The HTML in the WCD Insert comment block will be treated as a comment by a Web browser. After WebCD Packager retrieves this document, it will strip out the comment tag and process the HTML inside the comment tag as normal HTML.

Note Comments cannot be embedded (nested) in the inserted HTML.


Copyright 1996 MarketScape Inc., Colorado Springs, CO USA. All Rights Reserved.